home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / cpc2.zip / CPP.DEF < prev    next >
Text File  |  1995-12-28  |  736b  |  67 lines

  1. ************************************************************
  2. ***   ANSI Standard C Reserved Words and C++ Extensions  ***
  3. ************************************************************
  4. * Statements *
  5. break
  6. case<.>
  7. continue
  8. default<.>
  9. do
  10. for
  11. goto
  12. if
  13. else
  14. return
  15. switch
  16. while
  17. * Declarations *
  18. auto
  19. char
  20. const
  21. double
  22. enum
  23. extern
  24. float
  25. int
  26. long
  27. register
  28. short
  29. signed
  30. sizeof
  31. static
  32. struct
  33. typedef
  34. union
  35. unsigned
  36. void
  37. volatile
  38. * Preprocessor Directives *
  39. #define
  40. #elif<.>
  41. #else<.>
  42. #endif<.
  43. #error
  44. #if.>
  45. #ifdef.>
  46. #ifndef.>
  47. #include
  48. #line
  49. #pragma
  50. #undef
  51. defined!
  52. * C++ Extensions *
  53. asm
  54. catch
  55. class
  56. delete
  57. friend
  58. inline
  59. new
  60. operator
  61. private
  62. protected
  63. public
  64. template
  65. this
  66. virtual
  67.